/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
	padding: 0;

}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template { display: none; }

a { background: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted;}

b, strong { font-weight: bold; }

dfn { font-style: italic; }
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small { font-size: 80%;}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre { overflow: auto; }

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
button { overflow: visible;}
button, select { text-transform: none; }
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

button[disabled], html input[disabled] { cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
textarea { overflow: auto; }
optgroup { font-weight: bold; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0;
}
li,ul,h1,h2,h3,h4,p,figure,dl,dt,dd{
	padding: 0;
	margin: 0;
}

form{
	margin:0;
	padding:0;
}
/*--!!!!!!!!!!!!!!!!!!!!!!!!!以上全是CSS初始化样式，不用管它！！！！！！！！！！！！！！

/*base style*/
body {
	font-size: 14px;
	font-family: "宋体";
	color: #555;
}
h1, h2, h3, h4, h5 { color: #333;}
a:link, a:visited {
	text-decoration: none;
	color: #555;
}
a:hover, a:active { color: #087c55; text-decoration:none;}
ul,li { list-style: none;}
/*清除浮动*/
.clearfix:after {
	content:'';
	display: table;
	clear: both;
}
.clearfix { *zoom:1;}
.displaynone {
	display: none;
}
.bordernone {
	border: none;
}
.transition {
	transition: all 0.3s;
}


/*gotop*/
.cbbfixed {
	position: fixed;
	right: 10px;
	transition: bottom ease .3s;
	bottom: -85px;
	z-index: 3000;
	cursor: pointer;
}

.cbbfixed .cbbtn {
	width: 40px;
	height: 40px;
	display: block;
	background-color:#001e3f;
}

.cbbfixed .gotop {
	transition: background-color ease .3s;
	margin-top: 1px;
}

.cbbfixed .gotop .up-icon {
	float: left;
	margin: 14px 0 0 9px;
	width: 23px;
	height: 12px;
	background: url(../images/side-icon02.png);
}

.cbbfixed .gotop:hover {
	background-color: #1e1a1b;
}
.cbbfixed .cweixin {
	background: #dadbdd;
}
.cbbfixed .cweixin div {
	background: url(../images/erwei.png);
	width: 194px;
	height: 199px;
	position: absolute;
	left: -194px;
	top: -115px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 100% 70%;
	-webkit-transform-origin: 100% 70%;
	transition: transform ease .3s, opacity ease .3s;
	-webkit-transition: all ease .3s;
	display: none\0;
 *display:none;
}
.cbbfixed .cweixin:hover div {
	display: block;
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
 *display:block;
}
.cbbfixed .cweixin .weixin-icon {
	float: left;
	margin: 12px 0 0 11px;
	width: 18px;
	height: 18px;
	background: url(../images/side-icon01.png);
}
.wrapper {
	width: 100%;
	margin: auto;
	background: #fff;
	overflow: hidden;
}

/*首页style*/
.header {
	width: 100%;
	height:106px;
	background: #fff;
	top: 0;
	z-index: 1000;
}
.header:after {
	width: 100%;
	height: 8px;
	position: absolute;
	bottom: -8px;
	background: url(../images/boxshadow.png) repeat-x;
	z-index: 0;
}
.header-wrapper {
	width:1024px;
	height:106px;
    margin: auto;
	position:relative;
}
.logo {
	position:absolute;
	
	}
.logo a {
	color: #1e1a1b;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 50px;
	font-weight: bold;
}

.tel{
	position:absolute;
	right:0;
	}

.search{
	position:absolute;
	width:246px;
	height:24px;
	right:0;
	top:50px;
	}	
	
	
/*导航条样式*/
.navbody{ width:100%; height:33px; background:#004ca0;}
/*.nav {
	background: #004ca0;
	filter:alpha(opacity=100);
    width: 1024px;
	height:33px;
	margin:0 auto;
}
.nav ul > li {
	float: left;
	width: 110px;
	text-align: center;
	margin-right:45px;
}

.nav ul > li > a {
	display: block;
	line-height: 33px;
	height: 33px;
	color: #fff;
	transition: background-color 0.3s;
}

.nav ul > li > a.current,.nav ul > li > a:hover {
	background-color: #eff4f9;
	color:#333;
}

.nav ul > li:hover {
	background-color: #13a35a;
}

ul.dropdown {
	position: absolute;
    width: 160px;
	background: #1387bd;
	font-size:12px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s;
	display: none;
	z-index: 1000;
	padding: 5px 0 10px 0;
}
.nav ul > li:hover ul.dropdown {
    display: block;
 	opacity: 0.9;
	filter: alpha(opacity=90);
}

ul.dropdown li {
	width: 100%;
	position: relative;
}
ul.dropdown li:after {
	content: '';
	position: absolute;
	left: 5px;
	width: 95%;
	height: 1px;
	background: #0CACC9;
}
ul.dropdown li:hover:after {
	display: none;
	background:#eff4f9;
}
ul.dropdown li a {
	width: 100%;
	line-height: 36px;
	height: 36px;
	text-align: left;
	text-indent: 28px;
}

*/

/*banner style*/
.banner {
	width: 100%;
	height: 515px;
	position: relative;
}
.banner-mask {
	position: absolute;
	width: 100%;
	height: 52px;
	bottom: 0;
	z-index: 1000;
	background: url(../images/banner_mask.png) no-repeat center;
}
/**/
.DB_tab25 {
	width: 100%;
	height: 515px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.DB_tab25 .DB_bgSet {
	position: relative;
}
.DB_tab25 .DB_bgSet li {
	position: absolute;
	width: 100%;
	height: 515px;
	display: none;
}
.DB_tab25 .DB_imgSet {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}
.DB_tab25 .DB_imgSet .DB_1_1 {
	position: absolute;
	left: 20px;
	top: 100px;
}
.DB_tab25 .DB_imgSet .DB_1_2 {
	position: absolute;
	left: 40px;
	top: 175px
}
.DB_tab25 .DB_imgSet .DB_1_3 {
	position: absolute;
	left: 40px;
	top: 200px
}
.DB_tab25 .DB_imgSet .DB_2_1 {
	position: absolute;
	left: -10px;
	top: 140px;
}
.DB_tab25 .DB_imgSet .DB_2_2 {
	position: absolute;
	left: 10px;
	top: 215px
}
.DB_tab25 .DB_imgSet .DB_2_3 {
	position: absolute;
	left: 10px;
	top: 240px
}
.DB_tab25 .DB_imgSet .DB_3_1 {
	position: absolute;
	left: 20px;
	top: 70px;
}
.DB_tab25 .DB_imgSet .DB_3_2 {
	position: absolute;
	left: 40px;
	top: 145px
}
.DB_tab25 .DB_imgSet .DB_3_3 {
	position: absolute;
	left: 40px;
	top: 175px
}
.DB_tab25 .DB_imgSet .DB_4_1 {
	position: absolute;
	left: 120px;
	top: 0px;
}
.DB_tab25 .DB_imgSet .DB_4_2 {
	position: absolute;
	left: 540px;
	top: 120px
}
.DB_tab25 .DB_imgSet .DB_4_3 {
	position: absolute;
	left: 690px;
	top: 150px
}
.DB_tab25 .DB_imgSet .DB_4_4 {
	position: absolute;
	left: 540px;
	top: 250px
}
.DB_tab25 .DB_imgSet .DB_4_5 {
	position: absolute;
	left: 770px;
	top: 0px
}
.DB_tab25 .DB_menuWrap {
	position: absolute;
	width: 988px;
	left: 50%;
	margin-left: -500px;
}
.DB_tab25 .DB_menuWrap .DB_menuSet {
	position: absolute;
	width: 100%;
	top: 500px;
	text-align: center;
	font-size: 0;
	border-radius: 20px;
	z-index: 2000;
}
.DB_tab25 .DB_menuWrap .DB_menuSet li {
	cursor: pointer;
	margin: 0 3px;
	display: inline;
}
.DB_tab25 .DB_prev {
	position: absolute;
	left: -100px;
	top: 200px;
	cursor: pointer;
	display: none
}
.DB_tab25 .DB_next {
	position: absolute;
	right: -100px;
	top: 200px;
	cursor: pointer;
	display: none
}




/*contents style*/
.index-content{ 
    width:100%;
	
}
	
.index-content_wrapper {
	width: 1045px;
	margin:15px auto 35px;
	overflow: hidden;
}

/*左侧新闻*/
.news{ 
    float:left;
	width:477px;
	height:401px;
	}

ul.kuang{
	border:5px solid #f3f3f3;
	padding:10px 8px 12px 8px;
	}	

ul.kuang > li.btn{
	width:454px;
	height:34px;
	border-bottom:1px solid #195CA7;
	}

.more{ float:right; padding-top:8px;}	
.Tagbox2{ float:left; margin-top:1px;}


dl.info{
	width:438px;
	height:150px;
	padding:0 0 0 12px;
	}
	
dl.info dt{
	float:left;
	border:4px solid #FFF;
	box-shadow:0 0 5px #D9D5D5;
	}
	
dl.info dd{
	float: left;
	width:212px;
	overflow:hidden;
	padding-left:8px;
	overflow:hidden;
	font-size:12px;
	color:#595454;
	line-height:19px;
	}	

dl.info dd h3{ 
    color:#2374CD;
	font-size:13px;
	width:200px;
	height:20px;
	overflow:hidden;
	}
	
ul.newslist{
	width:450px;
	font-size:13px;
	}
	
ul.newslist > li{
	width:450px;
	height:24px;
	}
	
/*右侧公司简介*/	
.aboutus{
	float:right;
	width:525px;
	height:401px;
	}	
	
dl.aboutus{
	width:496px;
	height:175px;
	
	}	
	
	
dl.aboutus dt{
	float:left;
	border:4px solid #ededed;
   }	
   
dl.aboutus dd{
	float:left;
	padding-left:10px;
	width:244px;
	font-size:12px;
	color:#818282;
	line-height:18px;
	}   
	
dl.aboutus dd h3{
	font-size:13px;
	color:#004ca0;
	padding-bottom:5px;
	}

.btn02{
	width:50px;
	height:17px;
	background:#004ca0;
	color:#FFF;
	border-radius:5px;
	text-align:center;
	line-height:17px;
	margin-top:3px;
}

.btn02 a{
	display:block;
	color:#FFF;
	
}

.btn02 a:hover{
	transition:background-color 0.3s;
	background:#058d38;
	border-radius:5px;
	}

.picture{ border:3px solid #f3f3f3}

/*下面滚动案例*/
.section1 {
    width: 100%;
	height:290px;
	padding: 30px 0 0 0;
}

.section2 {
    width: 100%;
	padding: 60px 0 80px 0;
}

.sec-title {
    width: 100%;
    background: url(../images/line-thr_07.jpg) repeat-x 0 15px;
    text-align: center;
}

.sec-title h2 {
    width: 130px;
    margin: auto;
	background:#FFF;
    color: #377bc6;
    font-size: 24px;
    padding: 0 30px 20px;
	font-weight:normal
}

.sec-title h2 span {
    color: #13a753;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif
}

.sec-prd {
    width: 1200px;
	margin:0 auto;
}

.friend {
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
	width: 1200px;
	background: #efefef;
	
}
.mr_frbox {
	height: 180px;
}
.mr_frUl {
	float: left;
	height: 180px;
	width: 1080px;

}
.mr_frUl ul li {
	display: inline;
	float: left;/*height:389px;*/
	width:199px;
	height: 170px;
	margin-left:10px;
	overflow: hidden;
	position: relative;
	padding: 4px;
}

.mr_frUl ul li > a {
	display: block;
	height: 170px;
	background: #fff;
	border-radius: 5px;
	color: #00479d;
}
.mr_frUl ul li a span {
	display: block;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	text-align: center;
}
.mr_frUl ul li a img {/*display:block;*/
	width: 100%;
	vertical-align: bottom;
}
.mr_frBtnL {
	cursor: pointer;
	display: inline;
	float: left;
	height: 39px;
	margin: 60px 10px 0 0;
	width: 40px;
}
.mr_frBtnR {
	float: right;
	margin-top: 60px;
	cursor: pointer;
	width: 40px;
	height: 39px;
}

.hidden-mask {
	position: absolute;
	width: 199px;
	height: 127px;
	top:4px;
	background: #00479d;
	filter: alpha(opacity=0);
	z-index: 100;
	transition: opacity 0.3s;
	opacity: 0;
}
.mr_frUl ul li:hover .hidden-mask {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.hidden-mask a {
	position: absolute;
	color: #fff;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	left: 25px;
	bottom: 0;
	transition: all 0.3s;
	font-weight: bold;
}

.mr_frUl ul li:hover .hidden-mask a {
    bottom: 32px;
}

/*底部*/
.footer{
	width:100%;
	height:200px;
	background:#004ca0;
	margin-top:30px;
}

.footer-wrapper{
	width:1083px;
	height:177px;
	padding:23px 0 0 117px;
	margin:0 auto;
}

dl.dh{
	float:left;
	width:115px;
	height:135px;
	margin-right:45px;
	border-right:1px solid #436994;
	font-size:13px;
}
	
dl.dh dt{
	color:#eaeaea;
	padding-bottom:13px;
	font-weight:bold
} 	
	
dl.dh dd{
	color:#688fba;
	height:20px;
	line-height:20px;
	font-size:12px;
}	


dl.case{
	float:left;
	width:140px;
	height:135px;
	margin-right:40px;
	border-right:1px solid #436994;
	font-size:13px;
}
	
dl.case dt{
	color:#eaeaea;
	padding-bottom:13px;
	font-weight:bold
} 	
	
dl.case dd{
	color:#688fba;
	height:20px;
	line-height:20px;
	font-size:12px;
}	
	
dl.contact{
	float:left;
	width:300px;
	height:134px;
	margin-left:15px;
}	


dl.contact dt{
	color:#eaeaea;
	padding-bottom:13px;
	font-weight:bold
} 

dl.contact  h3{
	font-size:13px;
	color:#3febff;
	padding-bottom:5px;}

dl.contact dd{
	color:#688fba;
	height:20px;
	line-height:20px;
	font-size:12px;
}	

.copyright{
	width:100%;
	height:40px;
	background:#044083;
	font-size:12px;
	color:#c4cad0;
}	



/*内页样式*/
.flexslider {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url(../images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	
}

.banner-inner{ width:100%; height:200px;}

/*产品中心*/
.section1 {
	width: 100%;
	padding: 50px 0 0 0;
}

.pagebody{
	width:1024px;
	margin:0 auto;
}

.sidebody{
	float:left;
	width:200px;
}

.pname{
	padding:20px 0 20px 22px;
	background:#074177;
	color:#FFF;
}

.pname h3{
	font-size:26px;
	color:#FFF;
	font-weight:normal;
}

.pname span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

ul.productlist{
	width:200px;
}

ul.productlist li{
	width:200px;
	height:39px;
	border-bottom:1px solid #bbbbbb;
	background: url(../images/icon3.gif) no-repeat 175px 15px;
}

ul.productlist li a{
	display:block;
	height:39px;
	line-height:39px;
	padding-left:14px;
	transition: background 0.3s;
}

ul.productlist li a:hover,
ul.productlist li a:active{
	background:#efefef url(../images/icon3.gif) no-repeat 175px 15px;
	color:#001b34;
}

ul.productlist li a.current{
	background:#efefef url(../images/icon3.gif) no-repeat 175px 15px;
	color:#001b34;
	}


/*article*/
.article {
	position: relative;
	width: 770px;
	float: right;
}
/*bread-crumb*/
.bread-crumb {
	width: 100%;
	position: relative;
	height: 42px;
	background: url(../images/line.png) repeat-x bottom;
	margin-bottom: 35px;
}
.bread-crumb:before {
	content: '';
	width: 3px;
	height: 20px;
	top: 5px;
	position: absolute;
	background: #00479d;
}
.pagetitle {
	font-size: 18px;
	color: #00479d;
	text-indent: 20px;
}
.pagetitle span {
	 color: #999;
	 font-size: 16px;
	 font-family:Arial, Helvetica, sans-serif;
}
.location {
	position: absolute;
    right: 0;
	top: 8px;
	font-size: 12px;
}
.location a {
	color: #999;
}



.sec-prd {
	width: 780px;
	margin: auto;
	overflow: hidden;
}
.sec-prd ul {
	width:835px;
}
.sec-prd ul li {
	position: relative;
	float: left;
	padding:1px;
	border:1px solid #cccccc;
	width: 232px;
	background-color: #fff;
	margin-right: 35px;
	overflow: hidden;
	
	margin-bottom: 35px;
}
.sec-prd-img {
	width: 100%;
	height: 171px;
	overflow: hidden;
	position: relative;
}


.sec-prd-name {
	padding: 12px 10px;
	text-align: center;
	font-size:12px;
}
.sec-prd-name a {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #00479d;
}

/*新闻列表*/
.info-content{
	width:770px;
	float:right;
	position:relative;
	overflow:hidden;
}

.info-content ul{
	width:770px;	
}

.info-content ul li{
	width:770px;
	height:155px;
	border-bottom:1px solid #DEDEDE;
	margin-bottom:20px;
}
.img{
	float:left;
	width:214px;
	height:134px;
	border:3px solid #F1F1F1;
	box-shadow:0 0 5px #CDCDCD;
}

.article p {
    color: #000;
    line-height:28px;
    font-size:15px;
}

dl.news-detail{
	width:720px;
	height:155px;
	float:left;
	padding-left:12px;
}
dl.news-detail dt{
	font-size:14px;
	color:#030303;
	padding-bottom:10px;
}

dl.news-detail dd{
	font-size:13px;
	color:#979797;
	line-height:20px;

	overflow:hidden;
}

dl.news-list{
	width:770px;
	height:155px;
	float:left;
	
	
}

dl.news-list dt{
	font-size:14px;
	color:#030303;
	padding-bottom:10px;
}

dl.news-list dd{
	font-size:13px;
	color:#979797;
	line-height:20px;
	padding-left:5px;
	height:76px;
	overflow:hidden;
	width:770px;
	height:83px;
}


/*page*/
ul.pages{text-align:center; margin:0 auto}

.page {
	text-align: center;
	
	margin:0 auto;
	
	height:30px;

	font-size: 12px;
}
.page a {
    float: left;
	margin: 3px;
	border:1px solid #e7e7e7;
	padding: 3px 8px;
    transition: all 0.3s;
}
.page a:hover,.page a.active {
	color: #fff;
	background-color: #115CAF;
}
.page a.disabled {
	color: #bbb;
	background-color: #fff;
}

.title{
	width:950px;
	height:65px;
	border-bottom:1px solid #c9c9c9;
	margin:0 auto;
}

.title h3{
	font-size:16px;
	color:#353940;
	padding-bottom:10px;
}

.title span{
	font-size:13px;
	 color:#8c8989;
	
}

.detail{
	line-height:24px;
	padding:33px 15px 0 15px;
}

.share{
	padding-bottom:15px;
	margin-bottom:15px;
	padding-top:80px;
	padding-left:20px;
	border-bottom:1px dashed #929292;
}

.prev{
	line-height:25px;
	
	font-size:13px;
	}
	
.next{
	line-height:25px;
	
	font-size:13px;
	}	
	
/*工程案例*/
.case {
	width: 750px;
	margin: auto;
	overflow: hidden;
	padding-left:20px;
}

.case h3{
	font-size:18px;
	color:#007fc2;
	padding-bottom:10px;
}

.case ul {
	width: 770px;
}

.pro-img{
	float:left;
	width:432px;
	height:324px;
	border:5px solid #e7e7e7;
	
}

.pro-text{
	float:left;
	width:214px;
	height:261px;
	background:#F2F5F6;
	margin-left:75px;
	border:1px solid #DCD9D9;
}

dl.case-name{
	font-size:12px;
	color:#033B6C;
	padding:22px 0 0 20px;
}

dl.case-name dd{
	height:30px;
	line-height:30px;
}

.detail{
	font-size:15px;
	line-height:28px;
	padding-top:30px;
	}
/*人才招聘*/	
/*招贤纳士*/
/*人才理念、人才规划、校园招聘*/
.article-talent,
.article-plan,
.article-campus,
.article-process {
	width: 1000px;
	min-height: 400px;
	font-size: 12px;
	padding-bottom: 100px;
	margin:0 auto;
}
.article-campus h3,
.article-process h3,
.article-campus p,
.article-process p,
.article-plan p,
.article-talent p,
.article-campus img.cont-img,
.article-process img.cont-img {
	margin-left: 25px;
	margin-right: 25px;
}
.article-talent h2,
.article-plan h2,
.article-campus h2,
.article-process h2 {
	font-size: 18px;
	height: 80px;
	color: #4f728d;
	line-height: 80px;
	border-bottom: 1px dashed #e3e3e3;
}
.article-talent h2 *,
.article-plan h2 * { vertical-align: middle;}
.article-talent h3,
.article-plan h3,
.article-campus h3,
.article-process h3 {
	font-size: 14px;
	color: #f39600;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	overflow: hidden;
}
.article-talent p,
.article-plan p,
.article-campus p,
.article-process p {
	line-height: 24px;
	margin-bottom: 8px;
}
.top20 { margin-top: 20px;}
.top30 { margin-top: 30px;}
i.decoration { 
    display: inline-block;
	width: 5px;
	height: 20px;
	background-color: #4f728d;
	margin-right: 10px;
	margin-left: 5px;
}
.article-plan span { color: #f39600;}
.article-plan p { margin-top: 20px;}
.article-plan table { border: #CCC;}
.article-plan table td {
	padding: 10px 8px;
	text-align: center;
}
.article-plan table tr:hover { background-color: #f7f7f7;}
.article-plan .page { margin-top: 30px;}
.article-plan table tr td:first-child { color: #f39600;}
.article-plan table tr td.wid450 { 
    width: 460px;
}
.article-plan table tr.hr-title td {
	background-color: #999;
	color: #fff;
	font-weight: bold;
}
.reveal-modal-talent p span {
	font-weight: bold;
	color: #005bab;
}
.reveal-modal-talent p {margin-left: 0;}


.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		filter: alpha(opacity=80);
		z-index: 3001;
		display: none;
		top: 0;
		left: 0; 
}
	
.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -380px;
		width: 700px;
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 3002;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		line-height: 20px;
		}
.reveal-modal h1 {
	margin-bottom: 20px;
}
.reveal-modal p { vertical-align: top;}
.reveal-modal img { vertical-align: top;}
.reveal-modal table {
	width: 700px;
	text-align: center;
	margin-top: 10px;
}
.reveal-modal table * { border: #e3e3e3 solid 1px;}
.reveal-modal table td {
	padding: 8px;
}
.reveal-modal table tr.prd-test { 
    background-color: #4f728d;
	color: #fff;
	font-weight: bold;
}

.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 


dl.contactus{
	width:260px;
	height:120px;
	float:left;
	margin-right:60px;
	}
	
dl.contactus dt{
	font-size:15px;
	color:#115caf;
	padding-bottom:5px;	
}	


dl.contactus dd{
	line-height:22px;
	font-size:13px;
}	

	
/*colorbox 调用页面样式*/
.ajax {
    width: 740px;
    padding: 30px;
    margin: auto;
    min-height: 300px;
    color: #777;
}

.ajax-img {
    padding-bottom: 20px;
    position: relative;
	text-align:center
}

img {
    border: 0;
}

.ajax-text .text-title {
    display: block;
    background: #e3e3e3;
    font-size: 15px;
    line-height: 28px;
    font-weight: bold;
    text-indent: 15px;
    color: #222222;
    margin-bottom: 22px;
}

.ajax-text-detail {
    line-height: 24px;
}

/*企业文化*/
ul.culture{
	width:770px;
	line-height:28px;
	background:url(../images/culture-bg.jpg) no-repeat;
	height:670px;
}
.culture font{ 
    font-size:20px;
  }
.culture span{
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:14px
	}
	
dl.cl01{ margin-bottom:24px; margin-top:15px}
dl.cl02{}
dl.cl01 dt{
	color:#0A57AC;
	font-weight:bold;
	font-size:15px;
 }
  
dl.cl02 dt{
	color:#0A57AC;
	font-weight:bold;
	font-size:15px;
	}
	
dl.cl02 dd h3{
	font-size:13px;
	color:#2bad52;
	}	

/*honor css*/
ul.products {
	margin-top: 20px;
	width: 830px;
}
ul.products {
	margin-top: 20px;
	width: 830px;
}
ul.products li {
	width: 200px;
	height:250px;
	float: left;
	text-align: center;
	font-size: 12px;
	margin-right: 45px;
	margin-bottom: 60px;
}
.kuang{
	display: block;
	
	margin-bottom: 3px;
	border-radius: 5px;
	overflow: hidden;
	border: #e3e3e3 solid 1px;
	cursor:pointer	
	
	
}

ul.products li img {
	transition: -webkit-transform 0.5s;
	transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	width:100%;
	height:250px;
}

ul.products li img:hover {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}	

.article-content{
	width:770px;
	float:right;
	line-height:24px;
}



/*链接样式*/
.footer a:link, .footer a:visited{ color:#688fba; text-decoration: none;}
.footer a:hover, .footer a:active{ color:#3d92f0; text-decoration: none;}

#rolling {
	margin-left: 7px;
	overflow: hidden;
	width: 1200px;
	background:#e8eaea;
	border-top:6px solid #e8eaea;
	border-bottom:3px solid #e8eaea;
}
#rolling img {
	margin-left: 5px;
	width: 121px;
	height: 91px;
	overflow: hidden;
}
#inrolling {
	float: left;
	width: 800%;
}
#rolling1 {
	float: left;
}
#rolling2 {
	float: left;
}